@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

p,
img,
button,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
tbale,
tr,
td,
input {
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
  font-weight: normal;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font: 12px/1.5 "微软雅黑", "宋体", Arial, sans-serif;
}

p {
  word-wrap: break-word;
}

em {
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  margin: 0;
  color: #fff;
  font: 12px/1.5 "微软雅黑", "宋体", Arial, sans-serif;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

a {
  color: #f9d64c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #f9d64c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

input:focus,
input:hover,
select:focus {
  outline: 0;
}

html *:before,
html *:after {
  box-sizing: border-box;
  -webkit-transition: 1s;
  transition: 1s;
}

*:before,
*:after {
  z-index: -1;
}

/*首页样式*/

.index_img,
.index_a,
.index_a,
.index_nav_a,
.index_nav_b,
.index_nav_c,
.index_nav_d,
.index_nav_e {
  opacity: 0;
}

.index_bg {
  text-align: center;
}

.index_img {
  padding-top: 200px !important;
  font-size: 36px;
  color: #005ca1
}
.index_img span{
  color: #e2110e;
}


.index_img img{
  max-width: 100%;
}

.index_a {
  margin-top: 22px !important;
}

.index_a_a {
  font-size: 26px;
}

.index_a_b {
  font-size: 14px;
  line-height: 40px;
}

.index_a_c {
  font-size: 14px;
}

.index_nav {
  margin-top: 50px;
}

.index_nav ul {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.index_nav ul li {
  font-size: 20px;
  margin-top: 70px;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 17px;
  display: black;
}




.index_nav ul li a {
  line-height: 26px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.index_nav ul li a:before {
  /*content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f9d64c;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;*/
}

.index_nav ul li a:hover:before,
.index_nav ul li a:focus:before,
.index_nav ul li a:active:before {
  left: 0;
  right: 0;
}